Failure

Types

Link copied to clipboard
class IOError(val message: String) : BackupExportResult.Failure

Represents an I/O error that occurs during an export process.

Link copied to clipboard
class ZipError(val message: String) : BackupExportResult.Failure

An error happened during the zipping process.

Properties

Link copied to clipboard
val message: String